summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix UNIX buildZeev Suraski2000-09-091-0/+1
* Security related updates:Zeev Suraski2000-09-095-70/+138
* Fixed #6627. Wrong logic...Jouni Ahto2000-09-091-1/+2
* * compile fixStig Bakken2000-09-091-1/+1
* Implement move_uploaded_file() (untested)Zeev Suraski2000-09-083-15/+65
* Fix buildZeev Suraski2000-09-081-1/+1
* is_uploaded_file() is probably a better name.Andrei Zmievski2000-09-081-2/+2
* - Implemented is_upload_file()Zeev Suraski2000-09-082-0/+25
* Fixed typo. Changed php3_error to php_error.foobar2000-09-081-2/+2
* Changed // to /* */ comments.foobar2000-09-081-17/+17
* Since we don't allow parameters for syslog, we shouln't pass theStanislav Malyshev2000-09-081-1/+1
* - last parameter of pdf_get_parameter(), pdf_get_value() optionalUwe Steinmann2000-09-081-35/+63
* Fix readdir bug in libc5Stanislav Malyshev2000-09-071-1/+1
* make ZTS mode compileThies C. Arntzen2000-09-071-1/+1
* Convert some more "complex" expressions manually to Z_* macros.Sascha Schumann2000-09-061-7/+7
* Rename symbols whose first character was an underscore.Sascha Schumann2000-09-063-49/+49
* Convert to Z_* macrosSascha Schumann2000-09-061-47/+47
* fix #6552 & #6577Thies C. Arntzen2000-09-061-3/+3
* added LIBGD defineDaniel Beulshausen2000-09-061-2/+2
* fixed debug build and removed dswDaniel Beulshausen2000-09-062-32/+3
* fix buildDaniel Beulshausen2000-09-061-2/+2
* little fix for the debug extensionDaniel Beulshausen2000-09-061-1/+1
* Why make it more complex than necessary?Sascha Schumann2000-09-061-58/+13
* Now it should not crash, though still leaksStanislav Malyshev2000-09-051-1/+8
* 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