summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #36427 (proc_open() / proc_close() leak handles on windows).Nuno Lopes2006-12-311-1/+2
* Fixed bug #38542 (proc_get_status() returns wrong PID on windows)Nuno Lopes2006-12-312-7/+15
* Mark test as being 32bit onlyIlia Alshanetsky2006-12-301-0/+6
* Simplify code and eliminate strcat() usageIlia Alshanetsky2006-12-281-27/+12
* MFHAntony Dovgal2006-12-281-1/+1
* oops: remove uneeded code in the skip conditionNuno Lopes2006-12-271-1/+1
* add fr_FR@euro to the setlocale listNuno Lopes2006-12-271-2/+2
* is_numeric_string() optimizationIlia Alshanetsky2006-12-261-3/+1
* Allocation safety checksIlia Alshanetsky2006-12-251-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* Use safe_emalloc()Ilia Alshanetsky2006-12-252-3/+3
* Fixed test for 64bit systemsIlia Alshanetsky2006-12-251-1/+1
* Use %F (ignores locale) for internal representation of floatsIlia Alshanetsky2006-12-252-2/+2
* fix testAntony Dovgal2006-12-252-6/+6
* MFHAntony Dovgal2006-12-251-2/+1
* fix testsAntony Dovgal2006-12-252-4/+3
* Fixed bug #36392 (wrong number of decimal digits with %e specifier inIlia Alshanetsky2006-12-222-3/+16
* Fixed bug #39873 (number_format() breaks with locale & decimal points).Ilia Alshanetsky2006-12-222-1/+22
* MFHAntony Dovgal2006-12-211-3/+1
* MFHAntony Dovgal2006-12-211-2/+6
* MFHAntony Dovgal2006-12-201-4/+7
* MFHAntony Dovgal2006-12-201-3/+3
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak...Dmitry Stogov2006-12-203-8/+1
* - Fixed incorrect function names on FreeBSD where inet_pton() was namedHannes Magnusson2006-12-201-2/+2
* Support for systems without locale.hDmitry Stogov2006-12-191-2/+11
* serialize() should use '.' as decimal point irrespectively to localeAntony Dovgal2006-12-191-3/+5
* Fixed bug #39815 (SOAP double encoding is not locale-independent)Dmitry Stogov2006-12-191-7/+7
* Fix testsHannes Magnusson2006-12-191-2/+2
* Added function stream_socket_shutdown(). It is a wraper for system shutdown()...Dmitry Stogov2006-12-195-0/+111
* Less hackish support for spaces at the start of tags within strip_tags()Ilia Alshanetsky2006-12-182-3/+9
* MFH: fix #39850 (SplFileObject throws contradictory/wrong error messages when...Antony Dovgal2006-12-181-0/+1
* MFHAntony Dovgal2006-12-182-2/+2
* remove the comment, it's not valid anymoreAntony Dovgal2006-12-181-1/+0
* MFH:Hannes Magnusson2006-12-183-3/+139
* Filter fixes:Ilia Alshanetsky2006-12-181-1/+1
* Fixed bug #30074Brian Shire2006-12-172-1/+16
* Support for 'S' format in unserialize() (forward compatibility with PHPAndrei Zmievski2006-12-152-300/+451
* Removed deadcode found by Ron KorvingIlia Alshanetsky2006-12-131-4/+0
* optimize out strlen() callsIlia Alshanetsky2006-12-131-2/+2
* MFHAntony Dovgal2006-12-121-1/+1
* MFH: missing part of the fix for #39795Antony Dovgal2006-12-121-1/+1
* MFH: fix #39795 (build fails on AIX because crypt_r() uses different data str...Antony Dovgal2006-12-121-0/+10
* Optimize extract()Ilia Alshanetsky2006-12-101-6/+4
* Fixed by #39751 by KevinJohnHoffman at gmail dot comEdin Kadribasic2006-12-101-0/+8
* MFH: sys_get_temp_dir()Hannes Magnusson2006-12-093-0/+13
* Fixed bug #29840 (is_executable() does not honor safe_mode_exec_dirIlia Alshanetsky2006-12-091-1/+14
* MFHAntony Dovgal2006-12-082-4/+4
* MFH: fix possible issue in the serializer, which might currupt struc when rea...Antony Dovgal2006-12-082-36/+36
* add new tests by <zoe dot slattery at googlemail dot co dot uk>Antony Dovgal2006-12-082-0/+74
* initialize variablesAntony Dovgal2006-12-071-3/+2