summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - TSRMLS_FETCH workZeev Suraski2001-08-0556-346/+509
* TSRMLS_FETCH workZeev Suraski2001-08-053-9/+14
* Nukre most TSRMLS_FETCH()'s in TSRMZeev Suraski2001-08-053-99/+88
* ChangeLog update2001-08-051-0/+131
* NEWS update2001-08-051-0/+2
* - Fixed bug: #10822foobar2001-08-041-9/+5
* support for multiple exif commentsRasmus Lerdorf2001-08-041-14/+41
* Better abs() testingJeroen van Wolffelaar2001-08-041-0/+6
* Layout: revert accidentel joining of linesJeroen van Wolffelaar2001-08-041-2/+3
* Named some constants in filestat to improve readabilityJeroen van Wolffelaar2001-08-041-43/+61
* added some more stuff to .cvsignoreStig S. Bakken2001-08-040-0/+0
* Another bugfix in pow. Special cases, with 10 times the same thing areJeroen van Wolffelaar2001-08-041-1/+2
* Kill a warningRasmus Lerdorf2001-08-041-2/+2
* Bugfix. All tests pass now on my systemJeroen van Wolffelaar2001-08-041-0/+8
* Fix newly introduced crash on a file-not-foundRasmus Lerdorf2001-08-041-1/+1
* Fix bug in the tests :-(Jeroen van Wolffelaar2001-08-041-9/+17
* fix serialize:Thies C. Arntzen2001-08-041-13/+12
* Another one bites the dust.Sebastian Bergmann2001-08-041-1/+0
* Remove duplicate TSRMLS_FETCH() call.Sebastian Bergmann2001-08-041-1/+0
* @- Fixed a crash bug in array_map() when NULL callback was passed in. (Andrei)Andrei Zmievski2001-08-041-6/+7
* fix possible crash - we should never keep the zval** as they might pointThies C. Arntzen2001-08-043-4/+4
* WS PollutionSean Bright2001-08-041-2/+0
* Added tests for pow()Jeroen van Wolffelaar2001-08-042-0/+155
* - A little bit cleaning of pow(), and 12 bytes less memory (wow)Jeroen van Wolffelaar2001-08-041-12/+14
* Don't allocated quoted strings unless we are in a META tag.Sean Bright2001-08-042-2/+11
* calling mail_open() causes a SEGFAULT when using imap-2000c. mail_open(0,"",0);Thies C. Arntzen2001-08-041-1/+1
* don't show the call_user_method deprecated use warning (disturbs tests)Tomas V.V.Cox2001-08-041-1/+1
* Eliminate TSRMLS_FETCH() call.Sebastian Bergmann2001-08-041-4/+3
* Fix Win32 (and maybe other ZTS) builds.Sebastian Bergmann2001-08-042-1/+2
* Fix bug: #9177foobar2001-08-041-1/+1
* Clean up the serializer by modularizing some of its code. That alsoSascha Schumann2001-08-041-106/+125
* fixed a memleak.foobar2001-08-041-1/+2
* Fixed bug: #11784 (combined with fixes Rasmus committed..)foobar2001-08-041-5/+1
* ChangeLog update2001-08-041-0/+138
* NEWS update2001-08-041-0/+5
* #- HTML-safe error for pow()Jeroen van Wolffelaar2001-08-031-2/+2
* #- Fix silly bug that caused segfaultJeroen van Wolffelaar2001-08-031-3/+3
* Un-revert patchJeroen van Wolffelaar2001-08-032-69/+132
* Reverting last patch, segfaults.Jeroen van Wolffelaar2001-08-032-132/+69
* Change from E_ERROR to E_WARNING in the exif extensionRasmus Lerdorf2001-08-031-20/+38
* - New pow() function. It now gives warnings on wrong input, andJeroen van Wolffelaar2001-08-031-7/+101
* - Added new parameter to [l|r]trim, to specify _what_ to trimJeroen van Wolffelaar2001-08-032-29/+66
* Don't blindly assume -lc-client when linking 'conftest'.Jon Parise2001-08-031-1/+1
* - Fix array_sum to switch to float on overflow. Fixes bug#12505Jeroen van Wolffelaar2001-08-031-5/+9
* Full include paths are preferrable.Jon Parise2001-08-031-2/+2
* smart_str use requires php_smart_str.h.Jon Parise2001-08-031-0/+1
* Fix bugletZeev Suraski2001-08-031-1/+1
* * Added the new fetch row mode: DB_FETCHMODE_OBJECT that returns the columnsTomas V.V.Cox2001-08-031-12/+46
* Treat trailing zeroes correctlySascha Schumann2001-08-031-1/+3
* Do the nul'ifiying of php_var_serialize's result at the right placeSascha Schumann2001-08-032-11/+12