| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Kill warning | Rasmus Lerdorf | 2002-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | combine those ob_* entries and keep the attention line on top | foobar | 2002-10-04 | 1 | -4/+3 | |
| | | ||||||
| * | return FALSE on error | Marcus Boerger | 2002-10-04 | 1 | -7/+7 | |
| | | ||||||
| * | suggest paranthesis around || and && | Marcus Boerger | 2002-10-04 | 1 | -3/+3 | |
| | | ||||||
| * | Fixed a bug in the new implementation of str_repeat() | Sander Roobol | 2002-10-04 | 1 | -2/+2 | |
| | | ||||||
| * | - dot :) | Derick Rethans | 2002-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | fix a memory leak in implode() | Sterling Hughes | 2002-10-04 | 1 | -0/+4 | |
| | | | | | | # kept seperate from last commit on purpose.. ;) | |||||
| * | @ Make the glue argument to implode() optional, if it is not specified | Sterling Hughes | 2002-10-04 | 1 | -15/+30 | |
| | | | | | | @ default to using "". (Sterling) | |||||
| * | that was reverted for now | Andrei Zmievski | 2002-10-04 | 1 | -1/+0 | |
| | | ||||||
| * | Improve testkit for xslt. | Melvyn Sopacua | 2002-10-04 | 4 | -0/+59 | |
| | | | | | | | | | | 002.phpt and 003.phpt are regression tests for reported bugs. 004.phpt has been known to cause problems in some Sab/PHP combinations. No known reports in bug db for that one. Added skip mechanism @- Added regression test for bugs #17791 and #17931 (Melvyn) | |||||
| * | (xslt_set_error_handler) Fixes array 'fields' argument to contain correct | Melvyn Sopacua | 2002-10-04 | 1 | -1/+1 | |
| | | | | | | | | information. Patch by Lenar Lohmus. @- Fixed fields argument to contain correct info. (Lenar Lohmus) | |||||
| * | Add PHP_CONFIG_FILE_SCAN_DIR. | Sebastian Bergmann | 2002-10-04 | 1 | -2/+3 | |
| | | ||||||
| * | As discussed, add --with-config-file-scan-dir compile-time switch defining | Rasmus Lerdorf | 2002-10-04 | 6 | -15/+89 | |
| | | | | | | | | | | | a directory which will be scanned for *.ini files after the main php.ini file has been parsed. This makes it much easier to automatically deploy a modular PHP since adding extensions which have their own ini switches can now be done by simply dropping a foo.ini file in the right directory and restarting. A list of parsed ini files is maintained and shown on the phpinfo page. | |||||
| * | Add missing ?> | Sean Bright | 2002-10-04 | 1 | -0/+2 | |
| | | ||||||
| * | peek at freebsd's libc and fix _php_math_basetozval | Sascha Schumann | 2002-10-04 | 1 | -15/+24 | |
| | | | | | | PR: #19733 | |||||
| * | overflow check for _php_math_basetozval | Sascha Schumann | 2002-10-04 | 1 | -0/+20 | |
| | | ||||||
| * | Fix php_stat brokenness. | Sascha Schumann | 2002-10-04 | 1 | -16/+4 | |
| | | ||||||
| * | Add VCWD_ACCESS | Sascha Schumann | 2002-10-04 | 2 | -0/+25 | |
| | | ||||||
| * | NEWS update | 2002-10-04 | 1 | -0/+3 | ||
| | | ||||||
| * | ChangeLog update | 2002-10-04 | 1 | -0/+367 | ||
| | | ||||||
| * | remove trans_sid=1 | Sascha Schumann | 2002-10-03 | 1 | -1/+0 | |
| | | ||||||
| * | 20: rewriter uses arg_seperator.output for modifying URLs | Sascha Schumann | 2002-10-03 | 2 | -0/+74 | |
| | | | | | | 21: rewriter handles <form> and <fieldset> correctly | |||||
| * | 19: serializing references test case using globals | Sascha Schumann | 2002-10-03 | 2 | -0/+94 | |
| | | | | | | 18: rewriter correctly handles attribute names which contain dashes | |||||
| * | sigh..is this so hard? | foobar | 2002-10-03 | 1 | -2/+2 | |
| | | ||||||
| * | Revert the patch for now. We'll be branching on Saturday the way it's | Andrei Zmievski | 2002-10-03 | 3 | -99/+0 | |
| | | | | | | | implemented is a bit half-baked. We can always merge it into the branch at a later point. | |||||
| * | $val not in first param to sprintf | Marcus Boerger | 2002-10-03 | 1 | -2/+2 | |
| | | ||||||
| * | ws fixes. | Andrey Hristov | 2002-10-03 | 1 | -28/+25 | |
| | | | | | | #again :) | |||||
| * | code from ancient bug #5271 | Sascha Schumann | 2002-10-03 | 1 | -0/+24 | |
| | | | | | | setting $_SESSION before session_start() should not cause segfault | |||||
| * | invalid session.save_path should not cause a segfault | Sascha Schumann | 2002-10-03 | 1 | -0/+19 | |
| | | ||||||
| * | use_trans_sid should not affect SID | Sascha Schumann | 2002-10-03 | 1 | -0/+21 | |
| | | ||||||
| * | editing | Sascha Schumann | 2002-10-03 | 14 | -21/+24 | |
| | | ||||||
| * | fix position handling | Marcus Boerger | 2002-10-03 | 1 | -1/+3 | |
| | | ||||||
| * | A script should not be able to modify session.use_trans_sid | Sascha Schumann | 2002-10-03 | 1 | -0/+35 | |
| | | ||||||
| * | There should not be any warning with regard to redefining SID | Sascha Schumann | 2002-10-03 | 1 | -0/+25 | |
| | | ||||||
| * | Registering _SESSION should not segfault. | Sascha Schumann | 2002-10-03 | 1 | -0/+33 | |
| | | ||||||
| * | Mini test cases for fixed segfaults | Sascha Schumann | 2002-10-03 | 2 | -0/+39 | |
| | | ||||||
| * | session_decode should not segfault | Sascha Schumann | 2002-10-03 | 1 | -0/+3 | |
| | | ||||||
| * | Remove ob_start() | Sascha Schumann | 2002-10-03 | 5 | -7/+0 | |
| | | ||||||
| * | Add test for unset($_SESSION["x"]); behaviour | Sascha Schumann | 2002-10-03 | 1 | -0/+56 | |
| | | ||||||
| * | make tests work with CLI | Sascha Schumann | 2002-10-03 | 8 | -4/+15 | |
| | | ||||||
| * | Don't emit warning, if there is nothing to send | Sascha Schumann | 2002-10-03 | 1 | -3/+5 | |
| | | ||||||
| * | Optimized str_repeat() function, it is now 10x faster on 1 byte multipliers | Ilia Alshanetsky | 2002-10-03 | 1 | -9/+20 | |
| | | | | | | and 5-6x faster on multi-byte multipliers. | |||||
| * | Fixed broken code by Derick. | Yasuo Ohgaki | 2002-10-03 | 3 | -7/+13 | |
| | | | | | | | | | | | ob_implicit_flush() and ob_flush_all() are stopped working. var_dump() and hightlisht_string() outputs buffer contents wrongly with ob_implicit_flush(). Everyone should be happy now. It was only OG(implicit_flush) interpretation issue after all. | |||||
| * | colon written instead of semi-colon. | Andrey Hristov | 2002-10-03 | 1 | -1/+1 | |
| | | ||||||
| * | swapped conditions to correct the logic | Stefan Esser | 2002-10-03 | 2 | -2/+4 | |
| | | ||||||
| * | few ws fixes. | Andrey Hristov | 2002-10-03 | 1 | -33/+23 | |
| | | ||||||
| * | Keep comments and code in sync. | James Moore | 2002-10-03 | 1 | -3/+0 | |
| | | ||||||
| * | Tell everyone that I am the ext/ftp maintainer... | Stefan Esser | 2002-10-03 | 1 | -2/+3 | |
| | | ||||||
| * | Added news entry about ftp_ssl_connect() | Stefan Esser | 2002-10-03 | 1 | -0/+1 | |
| | | ||||||
| * | Added ftp_ssl_connect() for FTP over SSL. | Stefan Esser | 2002-10-03 | 4 | -22/+238 | |
| | | ||||||
