summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* This fix wasn't quite right and is no longer necessary after the recent php_i...Zeev Suraski2000-09-051-1/+1
* - Fix leakZeev Suraski2000-09-051-3/+3
* Fix crashStanislav Malyshev2000-09-052-2/+1
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-38/+7
* Try to fix session INI variables handlingStanislav Malyshev2000-09-051-21/+38
* More fixes fo ini_ handling functionsStanislav Malyshev2000-09-051-10/+10
* str_repeat() should be able to handle multipliers of 0 gracefully, IMHO ...Colin Viebrock2000-09-051-2/+6
* - back out unneeded patch (danny).Danny Heijl2000-09-051-7/+2
* Add EscapeShellArg() function which turns a b into 'a b' andRasmus Lerdorf2000-09-053-1/+49
* Fix ini_restore variable lengthStanislav Malyshev2000-09-051-1/+1
* Add:Sterling Hughes2000-09-052-8/+93
* @Add a php.ini option session.use_trans_sid to enable/disable trans-sid. (Ste...Sterling Hughes2000-09-043-2/+10
* - remove a memory leak warning and fix a crash when tempnam()Danny Heijl2000-09-041-2/+11
* Convert 2 internal functions to follow naming conventions.Sterling Hughes2000-09-042-35/+26
* If the user wants to use more than one handle reuse the old handle.Sterling Hughes2000-09-032-0/+10
* - Increase buffers of output buffering to 40KB and 10KB increments whichAndi Gutmans2000-09-031-1/+1
* - Changed appname from "PHP 3.0" to "PHP 4.0"Derick Rethans2000-09-031-1/+1
* Make gcc happyZeev Suraski2000-09-031-1/+4
* Fix init bugZeev Suraski2000-09-031-1/+1
* Just when you got something working they decide to change the APISterling Hughes2000-09-031-1/+1
* ucd -> sablot.Sterling Hughes2000-09-031-1/+1
* @-Add the Sablotron extension for XSL parsing. (Sterling)Sterling Hughes2000-09-034-0/+1334
* Fix quoted_printable_decode (also should fix #6511)Stanislav Malyshev2000-09-031-12/+18
* Remove deprecated call-time referenceStanislav Malyshev2000-09-031-1/+1
* tests look for skipif.inc, so add itStanislav Malyshev2000-09-031-0/+9
* @- Fixed a bug in checkdate() which caused < 1 years to be valid (Jani)foobar2000-09-031-2/+2
* Fixed bug #6409.foobar2000-09-031-3/+0
* @- Added support for an optional output handler function for outputZeev Suraski2000-09-022-22/+77
* Unitialized variable causes trap on WindowsSam Ruby2000-09-021-0/+1
* # corrected my e-mail addressDavid Eriksson2000-09-0128-28/+28
* - Initial submission of CORBA extension for PHP: SatelliteDavid Eriksson2000-09-0129-0/+4844
* @- Added support for user defined 'tick' callback functions. This helpsAndrei Zmievski2000-09-012-0/+140
* Extend HTTP headers for private-caching and add a new PHP functionSascha Schumann2000-09-012-5/+33
* s/PATH_MAX/MAXPATHLEN/Sascha Schumann2000-09-011-1/+1
* Speed up standard php encoding function and add new php_binary serializer.Sascha Schumann2000-09-011-11/+99
* - Fix dir.cZeev Suraski2000-09-011-1/+1
* Solaris/x86 insists of having a large buffer for storing the result ofSascha Schumann2000-09-012-4/+5
* * all tests should pass now (expect for the interbase stuff that I haven'tStig Bakken2000-08-315-10/+8
* - Remove redundant IS_SLASHAndi Gutmans2000-08-311-3/+0
* Attemt to fix a lot of bug reports (5582,5614,5633,60,6181,6202) on crashes w...Frank M. Kromann2000-08-311-0/+5
* Added detection of Netscape LDAP SDK 4.1Stig Venaas2000-08-311-0/+4
* removed some NSLDAP #if's giving more detailed error reportingStig Venaas2000-08-311-6/+0
* Made ingres extension use --with--ingres instead of --with-ii.Hénot David2000-08-311-4/+4
* @- Fixed problem with having $this as the XML parser object. (Andrei)Andrei Zmievski2000-08-311-6/+0
* dsp for mhashDaniel Beulshausen2000-08-301-0/+115
* dsp for the db(m) extensionDaniel Beulshausen2000-08-301-0/+122
* more info for phpinfo()Colin Viebrock2000-08-301-0/+2
* Remove single quote from HTMLSpecialChars() ... use addslashes(),Colin Viebrock2000-08-301-4/+0
* * added regression tests for the XML extensionStig Bakken2000-08-308-0/+378
* - To configure with ingres should be --with-ingres and not --with-iiAndi Gutmans2000-08-292-3/+3