summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* oopsMoriyoshi Koizumi2003-04-011-1/+1
* Reverted the last patch; the problem is elsewhere..Moriyoshi Koizumi2003-04-011-3/+4
* MFBRasmus Lerdorf2003-04-011-8/+4
* Fixed crash that occurs due to an abused persistent hashtable.Moriyoshi Koizumi2003-04-011-3/+2
* oopsMoshe Doron2003-04-011-2/+3
* revert due the last string.c revertMoshe Doron2003-04-011-4/+9
* revert last commit for nowMoshe Doron2003-04-011-12/+3
* Fixed crash in mb_convert_encoding() that occurs when a void array isMoriyoshi Koizumi2003-04-011-1/+1
* *** empty log message ***Thies C. Arntzen2003-04-011-1/+1
* fix VPATH buildsSascha Schumann2003-04-011-0/+2
* Fix segfault in register_shutdown_functionSascha Schumann2003-04-011-0/+1
* Bug #22962Sara Golemon2003-04-011-3/+3
* Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an ...Sebastian Bergmann2003-04-012-86/+0
* Add the landonize() and landonize_url() functions which provide a secureSterling Hughes2003-04-012-0/+86
* oopsMoriyoshi Koizumi2003-03-311-1/+1
* Fixed test; in ZE2, all the properties used in any methods are populatedMoriyoshi Koizumi2003-03-311-3/+5
* Fixed proto to sync with the documentationMoriyoshi Koizumi2003-03-311-2/+2
* Rearranged search order for the magic file to avoid further confusionsMoriyoshi Koizumi2003-03-311-1/+1
* # make derik happyMoshe Doron2003-03-311-0/+24
* fix for 22904Moshe Doron2003-03-311-6/+15
* Fix const warningWez Furlong2003-03-311-1/+1
* # unnecessary condition here.Moshe Doron2003-03-311-6/+1
* cleanupfoobar2003-03-312-2/+8
* TS issue, noticed by Sebastian BergmannSascha Schumann2003-03-311-0/+2
* Ensure that the seed function has been called, even if we are used bySascha Schumann2003-03-311-0/+4
* - Typo and some whitespaceDerick Rethans2003-03-301-52/+53
* - Added optional parameter to openssl_sign() to specify the hashingDerick Rethans2003-03-301-2/+29
* Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()).Ilia Alshanetsky2003-03-301-77/+63
* changed constant nameGeorg Richter2003-03-301-6/+6
* changed macroGeorg Richter2003-03-301-3/+3
* --+_Sebastian Bergmann2003-03-301-2/+2
* Improved var_dump() and debug_zval_dump() so they also show theMoriyoshi Koizumi2003-03-291-3/+15
* Fixed test cases so they wouldn't be failed in case register_globals=onMoriyoshi Koizumi2003-03-292-0/+2
* CSIlia Alshanetsky2003-03-281-197/+203
* Changing parsedate to be reentrant using pure_parser (Dave)David Hill2003-03-281-244/+220
* Removed redundant aliases & CS fix.Moriyoshi Koizumi2003-03-281-32/+19
* MFB ext/comHarald Radi2003-03-271-1/+1
* CSIlia Alshanetsky2003-03-271-178/+172
* Backing out part of TZ changeDavid Hill2003-03-271-1/+1
* MFBEdin Kadribasic2003-03-271-1/+1
* Changing TZ to match Unix98 standard to make Tru64 happyDavid Hill2003-03-263-5/+5
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-265-15/+26
* Eliminate TSRMLS_FETCH() call in php_find_gd_font().Sebastian Bergmann2003-03-261-4/+3
* MFB: php_gd.dll is no longer bult and the bundled library is always used.Edin Kadribasic2003-03-252-674/+479
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-2517-49/+35
* MFBEdin Kadribasic2003-03-241-4/+4
* Fixed bug #22834 (compile failure due to ugly implicit casts)Moriyoshi Koizumi2003-03-243-18/+20
* oops...Moriyoshi Koizumi2003-03-241-2/+2
* Added test cases for new functionalityMoriyoshi Koizumi2003-03-242-0/+45
* Added koi8-r, cp866, and cp1251 support for htmlentitiesMoriyoshi Koizumi2003-03-241-1/+97