summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Kill warningRasmus Lerdorf2002-10-041-1/+1
|
* combine those ob_* entries and keep the attention line on topfoobar2002-10-041-4/+3
|
* return FALSE on errorMarcus Boerger2002-10-041-7/+7
|
* suggest paranthesis around || and &&Marcus Boerger2002-10-041-3/+3
|
* Fixed a bug in the new implementation of str_repeat()Sander Roobol2002-10-041-2/+2
|
* - dot :)Derick Rethans2002-10-041-1/+1
|
* fix a memory leak in implode()Sterling Hughes2002-10-041-0/+4
| | | | | # kept seperate from last commit on purpose.. ;)
* @ Make the glue argument to implode() optional, if it is not specifiedSterling Hughes2002-10-041-15/+30
| | | | | @ default to using "". (Sterling)
* that was reverted for nowAndrei Zmievski2002-10-041-1/+0
|
* Improve testkit for xslt.Melvyn Sopacua2002-10-044-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 correctMelvyn Sopacua2002-10-041-1/+1
| | | | | | | information. Patch by Lenar Lohmus. @- Fixed fields argument to contain correct info. (Lenar Lohmus)
* Add PHP_CONFIG_FILE_SCAN_DIR.Sebastian Bergmann2002-10-041-2/+3
|
* As discussed, add --with-config-file-scan-dir compile-time switch definingRasmus Lerdorf2002-10-046-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 Bright2002-10-041-0/+2
|
* peek at freebsd's libc and fix _php_math_basetozvalSascha Schumann2002-10-041-15/+24
| | | | | PR: #19733
* overflow check for _php_math_basetozvalSascha Schumann2002-10-041-0/+20
|
* Fix php_stat brokenness.Sascha Schumann2002-10-041-16/+4
|
* Add VCWD_ACCESSSascha Schumann2002-10-042-0/+25
|
* NEWS update2002-10-041-0/+3
|
* ChangeLog update2002-10-041-0/+367
|
* remove trans_sid=1Sascha Schumann2002-10-031-1/+0
|
* 20: rewriter uses arg_seperator.output for modifying URLsSascha Schumann2002-10-032-0/+74
| | | | | 21: rewriter handles <form> and <fieldset> correctly
* 19: serializing references test case using globalsSascha Schumann2002-10-032-0/+94
| | | | | 18: rewriter correctly handles attribute names which contain dashes
* sigh..is this so hard?foobar2002-10-031-2/+2
|
* Revert the patch for now. We'll be branching on Saturday the way it'sAndrei Zmievski2002-10-033-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 sprintfMarcus Boerger2002-10-031-2/+2
|
* ws fixes.Andrey Hristov2002-10-031-28/+25
| | | | | #again :)
* code from ancient bug #5271Sascha Schumann2002-10-031-0/+24
| | | | | setting $_SESSION before session_start() should not cause segfault
* invalid session.save_path should not cause a segfaultSascha Schumann2002-10-031-0/+19
|
* use_trans_sid should not affect SIDSascha Schumann2002-10-031-0/+21
|
* editingSascha Schumann2002-10-0314-21/+24
|
* fix position handlingMarcus Boerger2002-10-031-1/+3
|
* A script should not be able to modify session.use_trans_sidSascha Schumann2002-10-031-0/+35
|
* There should not be any warning with regard to redefining SIDSascha Schumann2002-10-031-0/+25
|
* Registering _SESSION should not segfault.Sascha Schumann2002-10-031-0/+33
|
* Mini test cases for fixed segfaultsSascha Schumann2002-10-032-0/+39
|
* session_decode should not segfaultSascha Schumann2002-10-031-0/+3
|
* Remove ob_start()Sascha Schumann2002-10-035-7/+0
|
* Add test for unset($_SESSION["x"]); behaviourSascha Schumann2002-10-031-0/+56
|
* make tests work with CLISascha Schumann2002-10-038-4/+15
|
* Don't emit warning, if there is nothing to sendSascha Schumann2002-10-031-3/+5
|
* Optimized str_repeat() function, it is now 10x faster on 1 byte multipliersIlia Alshanetsky2002-10-031-9/+20
| | | | | and 5-6x faster on multi-byte multipliers.
* Fixed broken code by Derick.Yasuo Ohgaki2002-10-033-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 Hristov2002-10-031-1/+1
|
* swapped conditions to correct the logicStefan Esser2002-10-032-2/+4
|
* few ws fixes.Andrey Hristov2002-10-031-33/+23
|
* Keep comments and code in sync.James Moore2002-10-031-3/+0
|
* Tell everyone that I am the ext/ftp maintainer...Stefan Esser2002-10-031-2/+3
|
* Added news entry about ftp_ssl_connect()Stefan Esser2002-10-031-0/+1
|
* Added ftp_ssl_connect() for FTP over SSL.Stefan Esser2002-10-034-22/+238
|