summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Update codinf standards with the posted RFC (results from PEAR Meeting)Derick Rethans2003-05-231-3/+31
* Fixed bug #23759 (PHP doesn't preserve subrequest status).Ilia Alshanetsky2003-05-232-2/+2
* ChangeLog update2003-05-232-0/+45
* added another test case (due to the problems we saw with 4.3.2RC4)foobar2003-05-221-0/+33
* No need to copy here unless implicit_clone is active (noticed by rob)Marcus Boerger2003-05-221-1/+1
* - Fixed bug #23751: Confusing configure warning concerning required cURLDerick Rethans2003-05-221-1/+1
* rename namespace to use_namespace to avoid a c++ keyword conflictSterling Hughes2003-05-222-39/+39
* use zval_ptr_dtor() instead of the more verbose and less correct versionSterling Hughes2003-05-221-20/+10
* take advantage of the fast_call_user_function() api call for all of theSterling Hughes2003-05-222-23/+41
* --force here too for release packagesWez Furlong2003-05-221-1/+1
* ChangeLog update2003-05-222-0/+261
* move all the other callbacksSterling Hughes2003-05-211-28/+38
* switch over to using fast_call_user_function() with the callbacksSterling Hughes2003-05-212-40/+47
* Fix segfault in pspell_new_config(). Also fix grammarJay Smith2003-05-211-13/+19
* Make use optimized string loweringMarcus Boerger2003-05-214-29/+21
* MFBIlia Alshanetsky2003-05-211-2/+5
* Use same parameter order as strcpy()Marcus Boerger2003-05-212-4/+4
* Fixed bug #23738 (ifx_copy_blob() crash). (Jani)foobar2003-05-211-1/+1
* Make zend_str_tolower_copy() a copy function (like stccpy).Marcus Boerger2003-05-215-22/+26
* style polizeifoobar2003-05-211-1/+1
* Fixed bug #23619 (set_error_handler() registered handler not called for objec...foobar2003-05-211-5/+11
* Setup FG(default_context) in RINIT/RSHUTDOWN instead of fg_ctor/fg_dtor.Sara Golemon2003-05-212-5/+8
* simplexml property modification works nowSterling Hughes2003-05-211-1/+0
* - Fixed exampleDerick Rethans2003-05-211-1/+1
* foodleSterling Hughes2003-05-211-1/+1
* optimize loops. The check only exists for integers because that's the moreSterling Hughes2003-05-211-1/+3
* -Fix noticeDerick Rethans2003-05-211-1/+1
* add some logic to detect zend_mm, which is really only useful when threadSterling Hughes2003-05-211-1/+7
* seems there is only the stupid way to be stupid (implode copying arraySterling Hughes2003-05-211-6/+2
* be stupid, but at least be smart about being stupid.Sterling Hughes2003-05-211-2/+9
* Added missing open_basedir & safe_mode checksIlia Alshanetsky2003-05-211-0/+20
* Remove bogus commit here tooRasmus Lerdorf2003-05-211-21/+0
* make brian happySterling Hughes2003-05-211-2/+1
* ob_gzhandler and zlib.output_compression should send a Content-LengthSander Roobol2003-05-211-0/+21
* ilia's request is my commandSterling Hughes2003-05-211-2/+2
* NEWS update2003-05-211-0/+1
* ChangeLog update2003-05-212-0/+294
* add an example of modifying the XML treeSterling Hughes2003-05-212-0/+10
* MFB context refcounting and text-mode fopen fixesWez Furlong2003-05-214-5/+36
* leave this off until its more ready/stableSterling Hughes2003-05-211-1/+1
* use zend_str_tolower_copy()Sterling Hughes2003-05-211-6/+3
* Bottom drawer optimization to avoid this comparison, but this OP is executedSterling Hughes2003-05-211-1/+3
* MYSQL_NEED_DATA isn't defined anymore in mysql.hGeorg Richter2003-05-211-1/+0
* This depends on libc and CPU usedMarcus Boerger2003-05-211-1/+1
* Implement default contexts. For the moment this is uselessSara Golemon2003-05-213-27/+33
* Added missing safe_mode checks and corrected a typo in stdout check.Ilia Alshanetsky2003-05-212-1/+24
* Fix buildMarcus Boerger2003-05-211-3/+1
* Fix for bug 23402. Crash when mssql?bind was used incorrectlyFrank M. Kromann2003-05-211-0/+1
* bah humbug, use the pointer based version, which turns out to be an instructionSterling Hughes2003-05-201-7/+10
* Fix test (ssen by Dan Torop)Marcus Boerger2003-05-201-2/+2