summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-191-2/+0
* Remove compiler warningsYasuo Ohgaki2002-04-191-1/+1
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-165-76/+39
* Fix declarations (Thanks Sebastian)Wez Furlong2002-04-111-1/+1
* thread safeMarcus Boerger2002-04-111-18/+62
* fix warningMarcus Boerger2002-04-111-1/+1
* fix testproblemMarcus Boerger2002-04-111-1/+1
* Implement stream context and status notification system.Wez Furlong2002-04-108-60/+243
* - Revert that change. Added a warning about this.foobar2002-04-082-0/+31
* There's really no point in allowing using the system regex library.foobar2002-04-082-30/+0
* Using system regex lib seems not to work quite well when compiled with Apache.foobar2002-04-081-10/+5
* fix and regression test for Bug #16473Hartmut Holzgraefe2002-04-072-14/+18
* fix for #16469Wez Furlong2002-04-071-1/+1
* Fix gzip/bz2 builds for WindowsZeev Suraski2002-04-052-24/+24
* - OS X support for dynamically loaded extensions. (patch by Marko)foobar2002-04-041-4/+4
* fix TS buildWez Furlong2002-04-031-2/+2
* Tidy up win32 implementation of proc_open.Wez Furlong2002-04-033-105/+251
* main/streams.cWez Furlong2002-04-023-0/+360
* - WhitespaceDerick Rethans2002-04-021-67/+53
* (PHP quoted_printable_decode) Fixed CR/LF processing for Windows/OS2Kirill Maximov2002-04-013-4/+21
* - Fix for bug #14966Derick Rethans2002-04-011-1/+1
* (PHP php_uname) display runtime uname rather than compile-time uname, addedStig Bakken2002-03-291-16/+70
* add test for file_get_contentsWez Furlong2002-03-281-0/+54
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-284-24/+46
* fix for Bug #16314Hartmut Holzgraefe2002-03-271-3/+19
* Fixed the array-tests. Broke the test up into various smaller tests.Sander Roobol2002-03-266-15497/+785
* outcomment default linking against pam due to no feedbackSascha Schumann2002-03-261-3/+3
* If an argument (<tag val=argument..) was not quoted, leave it that way.Sascha Schumann2002-03-262-31/+35
* - Fix bug 11244 (patch by "Tal Peer" <hazgul99@hotmail.com>).Markus Fischer2002-03-261-0/+24
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-244-12/+23
* - Remove read_uploaded_fileDerick Rethans2002-03-232-71/+0
* dl is now aware of modules compiled for php <4.1.0Hartmut Holzgraefe2002-03-231-9/+47
* - Added read_uploaded_file (patch by Andrew Sitnikov <sitnikov@infonet.ee>)Derick Rethans2002-03-232-0/+71
* - Fix handling of zero'th argument for sprintf()'s argument swapping codeDerick Rethans2002-03-221-0/+8
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-43/+0
* - Use proper macros for php_stream_cast() return values (fixes #16211).Markus Fischer2002-03-211-4/+6
* added fnmatch() and glob() functionsHartmut Holzgraefe2002-03-216-1/+83
* Require that wrappers use <protocol>://<path> to avoidWez Furlong2002-03-211-0/+3
* Fix compilation when PCRE is disabled.Andrei Zmievski2002-03-212-16/+37
* Added tests for pow()'ing with broken exponents and some additional testSander Roobol2002-03-212-1/+16
* Convert the gzfile related functions into aliases for their equivalentsWez Furlong2002-03-211-51/+2
* Make state parameter of php_strip_tags passed by reference.Wez Furlong2002-03-204-11/+14
* Streams are all tracked as resources now.Wez Furlong2002-03-204-16/+11
* - Fix for #16176.Markus Fischer2002-03-201-6/+20
* fix for bug #16168Wez Furlong2002-03-192-0/+2
* register some constants for user streamsWez Furlong2002-03-192-0/+3
* s/fgetwrapperdata/file_get_wrapper_data/Wez Furlong2002-03-193-4/+4
* Remove trailing ;Sascha Schumann2002-03-191-1/+1
* touch file. Please commit first the .re file and afterwards the .c source. Ot...Sascha Schumann2002-03-191-1/+1
* fix #12793 - serialize will now spit a notice if the return value of __sleep isThies C. Arntzen2002-03-192-3/+14