summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fix safe mode handling by touchStanislav Malyshev2000-07-271-1/+1
* Fix memory leak in touch when safety check failsStanislav Malyshev2000-07-271-1/+3
* Get rid of unnecessary preprocessor constructs.Sascha Schumann2000-07-261-12/+7
* Use the lcg as another entropy source for seeding the PRNG when creatingSascha Schumann2000-07-261-3/+4
* Protos fixed.Egon Schmid2000-07-262-5/+5
* Make proper object initializationStanislav Malyshev2000-07-261-7/+5
* * EXTENSIONS -- update status on CURL & SWFSterling Hughes2000-07-261-0/+1
* Fix more bugs in browscapStanislav Malyshev2000-07-251-4/+4
* Report configuration path that is really used, not that is compiled inStanislav Malyshev2000-07-251-2/+2
* htmlspecialchars and htmlentities will nowHartmut Holzgraefe2000-07-251-0/+4
* Default section name should be uppercase, I guessStanislav Malyshev2000-07-251-1/+1
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-241-3/+4
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-2456-686/+428
* (getimagesize) fix FORCE_REF.Thies C. Arntzen2000-07-231-1/+2
* Add another check for broken browscap objectStanislav Malyshev2000-07-231-2/+5
* Try to fix some get_browser crashes and clean it upStanislav Malyshev2000-07-231-15/+17
* # zeev is godDavid Croft2000-07-221-1/+1
* fixed socket_set blocking in windowsDavid Croft2000-07-221-1/+1
* wordwrap function from Chris Russel <russel@yorku.ca>David Croft2000-07-223-0/+140
* (php_addslashes) Fixed stop condition - it should only take into accountAndrei Zmievski2000-07-211-1/+2
* Undo numerical format regression introduced by the fix of theKen Coar2000-07-211-6/+6
* fix for bug #5707Hartmut Holzgraefe2000-07-201-1/+7
* Itanium patch from Steve Robb <steve@eu.c2.net>Rasmus Lerdorf2000-07-191-0/+16
* Shutup a gcc warningZeev Suraski2000-07-181-1/+1
* Bring forward the zero-precision (%.0s) string formatting fixKen Coar2000-07-181-40/+52
* @Set default include_path so PEAR files can be reached (Stig)Stig Bakken2000-07-181-9/+9
* *** empty log message ***Andrei Zmievski2000-07-171-1/+1
* Fix crash in stripcslashes("") (#5628)Stanislav Malyshev2000-07-171-1/+4
* Make it possible to specify an empty string as a thousands-seperatorRasmus Lerdorf2000-07-141-3/+5
* Use dashes and short day name in cookies since some browsers seem pickyRasmus Lerdorf2000-07-141-2/+2
* Updated comments.Andrei Zmievski2000-07-111-10/+10
* @- Improved array_multisort() to be able to specify sort type as well sortAndrei Zmievski2000-07-112-39/+71
* Unify use of my email addressSascha Schumann2000-07-103-3/+3
* Fixed other protos.Egon Schmid2000-07-091-3/+3
* Fixed a proto.Egon Schmid2000-07-091-2/+2
* Corrected a mispelled word.Egon Schmid2000-07-091-1/+1
* Eliminated a typo.Egon Schmid2000-07-081-1/+1
* @- Updated str_pad() to be able to pad on left/right/both sides. (Andrei)Andrei Zmievski2000-07-083-22/+65
* Uncomplete proto.Egon Schmid2000-07-081-1/+1
* Fix fgets re-allocation (add +1 to accomondate ending \0).Stanislav Malyshev2000-07-071-1/+1
* Not every argument type is mixed.Egon Schmid2000-07-041-5/+5
* Missed a two liner.Egon Schmid2000-07-041-2/+1
* (PHP date) Added new 'O' format modifier for printing out the GMT Offset inMike Waychison2000-07-041-0/+11
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-0313-36/+36
* Change header protection macros to conform to standard.Sascha Schumann2000-07-0226-76/+76
* - Make PHP compile again under Windows.Andi Gutmans2000-07-025-32/+33
* unlink() is not a function related to HAVE_SYMLINK. It is beingKristian Köhntopp2000-07-021-2/+1
* - Commit tiny patch to remove redundant code by Amit Schreiber.Andi Gutmans2000-07-011-2/+1
* Fixed opendir() thoroughlyZeev Suraski2000-06-293-5/+8
* Lowercase class name before looking for itStanislav Malyshev2000-06-291-2/+3