[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/json/json.c ext/json/php_json.h ext/json/tests/json_encode_unescaped_slashes.phpt

2010-09-16 Thread Adam Harvey
aharvey Thu, 16 Sep 2010 13:53:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303421 Log: Implemented FR #49366 (Make slash escaping optional in json_encode()). Bug: http://bugs.php.net/49366 (Open) json_encode incorrectly escapes slashes

[PHP-CVS] svn: /php/php-src/trunk/ext/json/ json.c

2010-09-16 Thread Adam Harvey
aharvey Thu, 16 Sep 2010 14:15:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303422 Log: Rebalance the folds in json.c. Changed paths: U php/php-src/trunk/ext/json/json.c Modified: php/php-src/trunk/ext/json/json.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/json/json.c ext/json/php_json.h ext/json/tests/json_encode_pretty_print.phpt

2010-09-16 Thread Adam Harvey
aharvey Thu, 16 Sep 2010 16:21:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303425 Log: Implement FR #44331 (Formatting option for json_encode). Bikeshedding about the exact form of the JSON pretty printing and brace handling will only be

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING

2010-09-16 Thread Felipe Pena
felipe Thu, 16 Sep 2010 21:49:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303435 Log: - Added missing entries related to pdo_dblib Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/UPGRADING Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ Zend.dsp ZendTS.dsp zend_fast_cache.h zend_ini_scanner.c zend_ini_scanner_defs.h zend_language_scanner.c zend_language_scanner_defs.h

2010-09-15 Thread Pierre Joye
pajoye Wed, 15 Sep 2010 16:58:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303402 Log: - not used anymore Changed paths: U php/php-src/trunk/Zend/Zend.dsp U php/php-src/trunk/Zend/ZendTS.dsp D

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING.INTERNALS Zend/zend_alloc.h

2010-09-15 Thread Pierre Joye
pajoye Wed, 15 Sep 2010 17:27:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303405 Log: - macros--; ZEND_FAST_* are now gone Changed paths: U php/php-src/trunk/UPGRADING.INTERNALS U php/php-src/trunk/Zend/zend_alloc.h Modified:

[PHP-CVS] svn: /php/php-src/trunk/win32/ php5dll.dsp php5dllts.dsp

2010-09-15 Thread Pierre Joye
pajoye Wed, 15 Sep 2010 22:11:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303408 Log: - not there anymore Changed paths: U php/php-src/trunk/win32/php5dll.dsp U php/php-src/trunk/win32/php5dllts.dsp Modified:

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ cgi_main.c

2010-09-15 Thread Pierre Joye
pajoye Wed, 15 Sep 2010 22:25:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303410 Log: - unused, double declared Changed paths: U php/php-src/trunk/sapi/cgi/cgi_main.c Modified: php/php-src/trunk/sapi/cgi/cgi_main.c

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ var.c

2010-09-13 Thread Pierre Joye
pajoye Mon, 13 Sep 2010 21:54:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303332 Log: - fix build introduced by fix for #52772 Bug: http://bugs.php.net/52772 (Closed) var_dump() doesn't check for the existence of get_class_name before

[PHP-CVS] svn: /php/php-src/trunk/TSRM/ tsrm_virtual_cwd.c

2010-09-10 Thread Pierre Joye
pajoye Fri, 10 Sep 2010 14:02:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303257 Log: - WS Changed paths: U php/php-src/trunk/TSRM/tsrm_virtual_cwd.c Modified: php/php-src/trunk/TSRM/tsrm_virtual_cwd.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_alloc.c

2010-09-08 Thread Dmitry Stogov
dmitry Wed, 08 Sep 2010 07:52:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303162 Log: We don't need to preallocate a memory segment in case we don't use zend memory manager Changed paths: U php/php-src/trunk/Zend/zend_alloc.c

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ proc_open.c

2010-09-08 Thread Pierre Joye
pajoye Wed, 08 Sep 2010 09:11:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303164 Log: - WS Changed paths: U php/php-src/trunk/ext/standard/proc_open.c Modified: php/php-src/trunk/ext/standard/proc_open.c

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ fastcgi.c

2010-09-06 Thread Dmitry Stogov
dmitry Mon, 06 Sep 2010 11:11:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303072 Log: Fixed bug #46723 (FastCGI persistent connection is incredibly slow due to TCP ack delay). Bug: http://bugs.php.net/46723 (Assigned) FastCGI is

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ dns_win32.c

2010-09-06 Thread Pierre Joye
pajoye Mon, 06 Sep 2010 14:43:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303080 Log: - WS Changed paths: U php/php-src/trunk/ext/standard/dns_win32.c Modified: php/php-src/trunk/ext/standard/dns_win32.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/tests/ mb_decode_mimeheader_variation1.phpt

2010-09-05 Thread Derick Rethans
derick Sun, 05 Sep 2010 08:46:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303046 Log: - Turn test-description into on line. Changed paths: U php/php-src/trunk/ext/mbstring/tests/mb_decode_mimeheader_variation1.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING.INTERNALS

2010-09-02 Thread Pierre Joye
pajoye Thu, 02 Sep 2010 10:30:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302994 Log: - typo/clarity Changed paths: U php/php-src/trunk/UPGRADING.INTERNALS Modified: php/php-src/trunk/UPGRADING.INTERNALS

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING.INTERNALS

2010-09-01 Thread Pierre Joye
pajoye Wed, 01 Sep 2010 09:54:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302967 Log: - upgrading addition about stat/lstat Changed paths: U php/php-src/trunk/UPGRADING.INTERNALS Modified: php/php-src/trunk/UPGRADING.INTERNALS

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2010-09-01 Thread Pierre Joye
pajoye Wed, 01 Sep 2010 10:22:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302971 Log: - fix index Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2010-09-01 Thread Pierre Joye
pajoye Wed, 01 Sep 2010 10:23:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302972 Log: - is_link note Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ fastcgi.c

2010-09-01 Thread Dmitry Stogov
dmitry Wed, 01 Sep 2010 14:42:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302977 Log: invalid length Changed paths: U php/php-src/trunk/sapi/cgi/fastcgi.c Modified: php/php-src/trunk/sapi/cgi/fastcgi.c

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ cgi_main.c fastcgi.c fastcgi.h

2010-09-01 Thread Dmitry Stogov
dmitry Wed, 01 Sep 2010 15:34:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302979 Log: Reduced overhead of FastCGI using near-perfect hash function and predcalculated hash values. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ fastcgi.c

2010-09-01 Thread Felipe Pena
felipe Wed, 01 Sep 2010 23:21:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302985 Log: - Fixed compiler warning (missing return statement) Changed paths: U php/php-src/trunk/sapi/cgi/fastcgi.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ TSRM/tsrm_virtual_cwd.c TSRM/tsrm_virtual_cwd.h UPGRADING ext/zip/php_zip.c main/fopen_wrappers.c main/php_open_temporary_file.c

2010-08-30 Thread Pierre Joye
pajoye Mon, 30 Aug 2010 09:38:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302883 Log: - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_ex Changed paths: U php/php-src/trunk/TSRM/tsrm_virtual_cwd.c U

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2010-08-30 Thread Pierre Joye
pajoye Mon, 30 Aug 2010 10:27:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302885 Log: - remove internals stuff, moved to the INTERNALS guide Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

[PHP-CVS] svn: /php/php-src/trunk/ext/date/tests/ bug52290.phpt

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 16:50:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302894 Log: - Keep 5.3 and trunk in sync. Changed paths: A + php/php-src/trunk/ext/date/tests/bug52290.phpt (from

[PHP-CVS] svn: /php/php-src/trunk/ Zend/zend_stack.c main/output.c main/php_output.h

2010-08-27 Thread Dmitry Stogov
dmitry Fri, 27 Aug 2010 06:09:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302841 Log: Preallocate zend_hash instead of allocation/deallocation it on each request Changed paths: U php/php-src/trunk/Zend/zend_stack.c U

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ fastcgi.c

2010-08-27 Thread Dmitry Stogov
dmitry Fri, 27 Aug 2010 08:50:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302845 Log: Don't check FCGI_WEB_SERVER_ADDRS for UNIX sockets Changed paths: U php/php-src/trunk/sapi/cgi/fastcgi.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/main/ php_variables.c

2010-08-26 Thread Dmitry Stogov
dmitry Thu, 26 Aug 2010 12:20:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302796 Log: Use stack instead of heap Changed paths: U php/php-src/trunk/main/php_variables.c Modified: php/php-src/trunk/main/php_variables.c

[PHP-CVS] svn: /php/php-src/trunk/ext/filter/ filter.c

2010-08-26 Thread Dmitry Stogov
dmitry Thu, 26 Aug 2010 12:21:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302797 Log: Removed useless copying Changed paths: U php/php-src/trunk/ext/filter/filter.c Modified: php/php-src/trunk/ext/filter/filter.c

[PHP-CVS] svn: /php/php-src/trunk/TSRM/ tsrm_virtual_cwd.c

2010-08-26 Thread Pierre Joye
pajoye Thu, 26 Aug 2010 14:23:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302802 Log: - WS Changed paths: U php/php-src/trunk/TSRM/tsrm_virtual_cwd.c Modified: php/php-src/trunk/TSRM/tsrm_virtual_cwd.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/array.c ext/standard/tests/array/array_combine_error2.phpt ext/standard/tests/array/array_combine_variation3.phpt ext/standard/tests/arra

2010-08-26 Thread Adam Harvey
aharvey Fri, 27 Aug 2010 03:54:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302838 Log: Implemented request #34857 (Change array_combine behaviour when called with empty arrays). Patch by Joel Perras joel.per...@gmail.com. Bug:

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/bug52614.phpt Zend/zend_compile.c Zend/zend_language_parser.y Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_opcodes.h

2010-08-25 Thread Dmitry Stogov
dmitry Wed, 25 Aug 2010 09:14:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302764 Log: Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call) Bug: http://bugs.php.net/52614 (Assigned) Memory leak

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_operators.c

2010-08-22 Thread Scott MacVicar
scottmac Sun, 22 Aug 2010 08:01:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302629 Log: Fix a bug where two doubles are equal but the maths operation makes it appear false. Best example with INF where equals and identical produce different

Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_operators.c

2010-08-22 Thread Pierre Joye
hi, test case? Thanks :) On Sun, Aug 22, 2010 at 10:01 AM, Scott MacVicar scott...@php.net wrote: scottmac                                 Sun, 22 Aug 2010 08:01:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302629 Log: Fix a bug where two doubles are equal but the

[PHP-CVS] svn: /php/php-src/trunk/ext/iconv/ iconv.c

2010-08-22 Thread Ilia Alshanetsky
iliaaSun, 22 Aug 2010 18:17:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302642 Log: Fixed bogus char Changed paths: U php/php-src/trunk/ext/iconv/iconv.c Modified: php/php-src/trunk/ext/iconv/iconv.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS sapi/cgi/cgi_main.c sapi/cgi/fastcgi.c sapi/cgi/fastcgi.h

2010-08-18 Thread Dmitry Stogov
dmitry Wed, 18 Aug 2010 08:22:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302424 Log: improved performance of FastCGI request parsing Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/sapi/cgi/cgi_main.c U

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ cgi_main.c fastcgi.c fastcgi.h

2010-08-18 Thread Kalle Sommer Nielsen
kalleWed, 18 Aug 2010 12:59:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302440 Log: Use the TSRMLS_DC/TSRMLS_CC macros instead of TSRMLS_FETCH() Changed paths: U php/php-src/trunk/sapi/cgi/cgi_main.c U

[PHP-CVS] svn: /php/php-src/trunk/ ext/standard/basic_functions.c main/SAPI.h main/main.c sapi/apache/mod_php5.c sapi/apache2filter/sapi_apache2.c sapi/apache2handler/sapi_apache2.c sapi/apache_hooks/

2010-08-18 Thread Kalle Sommer Nielsen
kalleWed, 18 Aug 2010 13:34:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302441 Log: Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_globals.h Zend/zend_ini.c Zend/zend_ini.h Zend/zend_vm_def.h Zend/zend_vm_execute.h

2010-08-18 Thread Dmitry Stogov
dmitry Wed, 18 Aug 2010 13:58:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302442 Log: improved performance of @ (silence) operator Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/Zend/zend_globals.h U

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ fastcgi.c

2010-08-18 Thread Kalle Sommer Nielsen
kalleWed, 18 Aug 2010 18:00:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302451 Log: Nuke compiler warning, wrong fix that shouldn't have been in the previously commit Changed paths: U php/php-src/trunk/sapi/cgi/fastcgi.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_exceptions.h

2010-08-17 Thread Sascha Schumann
sas Tue, 17 Aug 2010 12:14:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302385 Log: align declaration with definition (patch by kalle) Changed paths: U php/php-src/trunk/Zend/zend_exceptions.h Modified:

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c main.c rfc1867.c snprintf.c streams/glob_wrapper.c

2010-08-17 Thread Kalle Sommer Nielsen
kalleTue, 17 Aug 2010 12:49:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302387 Log: Fixed compiler warnings in main/ Changed paths: U php/php-src/trunk/main/SAPI.c U php/php-src/trunk/main/main.c U

[PHP-CVS] svn: /php/php-src/trunk/win32/ glob.c

2010-08-17 Thread Kalle Sommer Nielsen
kalleTue, 17 Aug 2010 12:57:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302388 Log: Fixed compiler warning Changed paths: U php/php-src/trunk/win32/glob.c Modified: php/php-src/trunk/win32/glob.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mysql/ php_mysql.c tests/mysql_db_name.phpt tests/mysql_list_dbs.phpt

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 15:37:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302392 Log: Deprecate mysql_list_dbs, as mysql_list_tables is already deprecated. As well as mysql_list Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 15:39:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302393 Log: here comes the news Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ext/mysql/ php_mysql.c tests/mysql_db_name.phpt tests/mysql_list_dbs.phpt

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 17:40:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302395 Log: Use PHP_DEP_FE - good for reflection Changed paths: U php/php-src/trunk/ext/mysql/php_mysql.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c file.c file.h

2010-08-16 Thread Kalle Sommer Nielsen
kalleMon, 16 Aug 2010 21:56:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302376 Log: Fixed the context parameter on copy() to actually have an effect # After looking at the logs, Jani did a bad merge into 5.3, so that # the context

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c file.c file.h

2010-08-16 Thread Kalle Sommer Nielsen
Hi Johannes 2010/8/16 Kalle Sommer Nielsen ka...@php.net: kalle                                    Mon, 16 Aug 2010 21:56:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302376 Log: Fixed the context parameter on copy() to actually have an effect # After looking at the

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.h

2010-08-13 Thread Felipe Pena
felipe Sat, 14 Aug 2010 01:12:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302197 Log: - Missing traits data initialization for internal classes (causing Reflection to crash) Changed paths: U php/php-src/trunk/Zend/zend_API.h

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.c

2010-08-11 Thread Dmitry Stogov
dmitry Wed, 11 Aug 2010 08:34:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302101 Log: Fixed support for static properties of internal classes Changed paths: U php/php-src/trunk/Zend/zend_API.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ ext/curl/tests/curl_setopt_basic001.phpt ext/dba/tests/dba_cdb_make.phpt ext/exif/tests/exif006.phpt ext/filter/tests/bug39763.phpt ext/pcre/tests/bug33200.phpt ext/

2010-08-11 Thread Kalle Sommer Nielsen
kalleWed, 11 Aug 2010 21:41:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302121 Log: MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) # Some of the updated tests were to make them sync with

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_execute.c

2010-08-10 Thread Dmitry Stogov
dmitry Tue, 10 Aug 2010 14:43:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302074 Log: Optimization Changed paths: U php/php-src/trunk/Zend/zend_execute.c Modified: php/php-src/trunk/Zend/zend_execute.c

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2010-08-09 Thread Kalle Sommer Nielsen
kalleMon, 09 Aug 2010 13:27:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302034 Log: Update UPGRADING Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ head.c

2010-08-09 Thread Ilia Alshanetsky
iliaaTue, 10 Aug 2010 00:19:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302052 Log: Make http_response_code() return FALSE where data is not available (Ex. cli sapi) Changed paths: U php/php-src/trunk/ext/standard/head.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_closures.c

2010-08-08 Thread Felipe Pena
felipe Sun, 08 Aug 2010 15:06:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301990 Log: - Fixed bug #52539 (Calling function from rebound Closure causes crash) Bug: http://bugs.php.net/52539 (Assigned) Calling function from rebound Closure

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/file/ bug38450_3.phpt

2010-08-08 Thread Felipe Pena
felipe Sun, 08 Aug 2010 16:48:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301995 Log: - Fix test Changed paths: U php/php-src/trunk/ext/standard/tests/file/bug38450_3.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.h

2010-08-08 Thread Felipe Pena
felipe Sun, 08 Aug 2010 20:07:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302003 Log: - Fix warning because the comparsion with literal (e.g. INIT_CLASS_ENTRY(..., Foo, ...)) Changed paths: U php/php-src/trunk/Zend/zend_API.h

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_iterators.c

2010-08-08 Thread Felipe Pena
felipe Sun, 08 Aug 2010 22:43:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302010 Log: - Back the free() call for __iterator_wrapper to free the ce-name, as it is a fake class Changed paths: U php/php-src/trunk/Zend/zend_iterators.c

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ var_unserializer.re

2010-08-06 Thread Rasmus Lerdorf
rasmus Fri, 06 Aug 2010 18:19:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301934 Log: Do these ops in the right order here. First of many fixes for bug #52550 Bug: http://bugs.php.net/52550 (Analyzed) integer undefined behaviors executed

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ var_unserializer.c

2010-08-06 Thread Felipe Pena
felipe Fri, 06 Aug 2010 22:23:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301950 Log: - Updated generated file Changed paths: U php/php-src/trunk/ext/standard/var_unserializer.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.h zend_compile.c zend_iterators.c zend_opcode.c

2010-08-05 Thread Dmitry Stogov
dmitry Thu, 05 Aug 2010 13:10:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301876 Log: Use interned strings for class names Changed paths: U php/php-src/trunk/Zend/zend_API.h U php/php-src/trunk/Zend/zend_compile.c U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/pdo_mysql/config.m4 ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/mysql_statement.c ext/pdo_mysql/php_pdo_mysql_int.h

2010-08-05 Thread Johannes Schlüter
johannes Thu, 05 Aug 2010 13:29:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301877 Log: - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259 Bug: http://bugs.php.net/51259 (Assigned) PHP 5.3.2 + PDO MySQL not

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.h

2010-08-05 Thread Felipe Pena
felipe Thu, 05 Aug 2010 17:09:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301906 Log: - Fixed ZTS build (Kalle) Changed paths: U php/php-src/trunk/Zend/zend_API.h Modified: php/php-src/trunk/Zend/zend_API.h

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ bug41518.phpt

2010-08-03 Thread Dmitry Stogov
dmitry Tue, 03 Aug 2010 08:19:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301823 Log: cleanup Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/bug41518.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ putenv_error1.phpt putenv_error2.phpt

2010-08-01 Thread Felipe Pena
felipe Sun, 01 Aug 2010 16:24:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301764 Log: - Removed safe-mode tests Changed paths: D php/php-src/trunk/ext/standard/tests/general_functions/putenv_error1.phpt D

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-08-01 Thread Stefan Marr
gron Sun, 01 Aug 2010 20:53:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301768 Log: Added Traits to the NEWS file. #There doesn't seem to be a consitent ordering, #so I put it in front of the list, since it is a major language addition.

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c

2010-08-01 Thread Felipe Pena
felipe Mon, 02 Aug 2010 01:35:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301776 Log: - Added missing parameter checks for new methods (trunk only) Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c

2010-07-29 Thread Dmitry Stogov
dmitry Thu, 29 Jul 2010 09:46:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301679 Log: ZEND_UNSET_* don't have results Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified: php/php-src/trunk/Zend/zend_compile.c

[PHP-CVS] svn: /php/php-src/trunk/ext/pcre/pcrelib/ config.h

2010-07-29 Thread Pierre Joye
pajoye Thu, 29 Jul 2010 12:06:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301684 Log: - fix build Changed paths: U php/php-src/trunk/ext/pcre/pcrelib/config.h Modified: php/php-src/trunk/ext/pcre/pcrelib/config.h

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c

2010-07-28 Thread Felipe Pena
felipe Thu, 29 Jul 2010 01:59:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301671 Log: - Makes parent and self checking case-insensitive Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_vm_def.h zend_vm_execute.h

2010-07-27 Thread Dmitry Stogov
dmitry Tue, 27 Jul 2010 09:50:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301603 Log: Additional specialization Changed paths: U php/php-src/trunk/Zend/zend_vm_def.h U php/php-src/trunk/Zend/zend_vm_execute.h Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_vm_def.h zend_vm_execute.h

2010-07-26 Thread Dmitry Stogov
dmitry Mon, 26 Jul 2010 12:40:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301568 Log: Removed deprecated check Changed paths: U php/php-src/trunk/Zend/zend_vm_def.h U php/php-src/trunk/Zend/zend_vm_execute.h Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ db.php

2010-07-24 Thread Stanley Sufficool
ssufficool Sat, 24 Jul 2010 14:05:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301511 Log: Remove obsolete non phpt test script. Changed paths: D php/php-src/trunk/ext/pdo_dblib/db.php Deleted: php/php-src/trunk/ext/pdo_dblib/db.php

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ cgi_main.c

2010-07-20 Thread Dmitry Stogov
dmitry Tue, 20 Jul 2010 11:28:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301419 Log: typo Changed paths: U php/php-src/trunk/sapi/cgi/cgi_main.c Modified: php/php-src/trunk/sapi/cgi/cgi_main.c

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ mail.c

2010-07-19 Thread Adam Harvey
aharvey Mon, 19 Jul 2010 10:46:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301392 Log: Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). Bug: http://bugs.php.net/52317 (Assigned) Segmentation fault when

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_vm_def.h zend_vm_execute.h

2010-07-19 Thread Dmitry Stogov
dmitry Mon, 19 Jul 2010 14:34:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301402 Log: Removed invalid checks Changed paths: U php/php-src/trunk/Zend/zend_vm_def.h U php/php-src/trunk/Zend/zend_vm_execute.h Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ string.c

2010-07-19 Thread Adam Harvey
aharvey Tue, 20 Jul 2010 04:26:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301412 Log: Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented prototype for lcfirst() to actually read lcfirst(). Bug:

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c main.c

2010-07-14 Thread Dmitry Stogov
dmitry Wed, 14 Jul 2010 15:20:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301263 Log: Optimized defaut Content-Type HTTP header processing Changed paths: U php/php-src/trunk/main/SAPI.c U php/php-src/trunk/main/main.c

[PHP-CVS] svn: /php/php-src/trunk/scripts/ Makefile.frag

2010-07-13 Thread Kalle Sommer Nielsen
kalleTue, 13 Jul 2010 17:21:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301242 Log: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch by Seanius at debian dot org Bug: http://bugs.php.net/52037 (Assigned)

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend.c

2010-07-10 Thread Felipe Pena
felipe Sat, 10 Jul 2010 13:56:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301152 Log: - Added EG(saved_fpu_cw_ptr) initialization Changed paths: U php/php-src/trunk/Zend/zend.c Modified: php/php-src/trunk/Zend/zend.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_ptr_stack.c Zend/zend_ptr_stack.h

2010-07-09 Thread Dmitry Stogov
dmitry Fri, 09 Jul 2010 07:31:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301106 Log: zend_ptr_stack allocation is delayed before the actual usage Changed paths: U php/php-src/trunk/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_float.c zend_globals.h

2010-07-09 Thread Dmitry Stogov
dmitry Fri, 09 Jul 2010 09:02:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301109 Log: Eliminated useless allocation of FPU control word on each request startup Changed paths: U php/php-src/trunk/Zend/zend_float.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ php_var.h tests/general_functions/var_export_error2.phpt tests/general_functions/var_export_error3.phpt var.c

2010-07-09 Thread Scott MacVicar
scottmac Fri, 09 Jul 2010 21:11:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301143 Log: Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer. Examples include, memory

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_debug.c php_mysqlnd.c

2010-07-08 Thread Dmitry Stogov
dmitry Thu, 08 Jul 2010 07:38:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301067 Log: Fixed checks for PHP_DEBUG macro Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_debug.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/ mb_gpc.c mbstring.c mbstring.h

2010-07-08 Thread Dmitry Stogov
dmitry Thu, 08 Jul 2010 07:40:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301068 Log: Reduced overhead of request startup Changed paths: U php/php-src/trunk/ext/mbstring/mb_gpc.c U php/php-src/trunk/ext/mbstring/mbstring.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/micro_bench.php Zend/zend.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_execute_API.c ext/session/session.c main/php_variables.c

2010-07-08 Thread Dmitry Stogov
dmitry Thu, 08 Jul 2010 14:05:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301081 Log: - use interned strings for auto globals - $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches) Changed

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-07-08 Thread Sebastian Bergmann
sebastianThu, 08 Jul 2010 15:05:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301084 Log: Fugbix typo. Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ext/pcre/pcrelib/ pcre_internal.h

2010-07-08 Thread Kalle Sommer Nielsen
kalleThu, 08 Jul 2010 15:09:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301085 Log: Fixed Windows build Changed paths: U php/php-src/trunk/ext/pcre/pcrelib/pcre_internal.h Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c

2010-07-08 Thread Felipe Pena
felipe Thu, 08 Jul 2010 15:22:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301087 Log: - Fix ZTS build Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified: php/php-src/trunk/Zend/zend_compile.c

[PHP-CVS] svn: /php/php-src/trunk/ext/sybase_ct/ config.m4

2010-07-07 Thread Timm Friebe
thekid Wed, 07 Jul 2010 09:47:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301035 Log: - Added -DSYB_LP64 to CFLAGS on 64 bit platforms # See http://cpansearch.perl.org/src/MEWP/DBD-Sybase-1.08/Makefile.PL: # # If we are building for a 64

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_execute.h

2010-07-07 Thread Dmitry Stogov
dmitry Wed, 07 Jul 2010 10:30:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301039 Log: Reduced initial VM stack size to fit into zend_mm segment and eliminate extra segment allocation Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_alloc.c

2010-07-07 Thread Dmitry Stogov
dmitry Wed, 07 Jul 2010 10:34:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301040 Log: Reused single segment between requests. Saved one malloc/free for each request. Changed paths: U php/php-src/trunk/Zend/zend_alloc.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_hash.c

2010-07-07 Thread Dmitry Stogov
dmitry Wed, 07 Jul 2010 11:44:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301047 Log: Removed redundant check Changed paths: U php/php-src/trunk/Zend/zend_hash.c Modified: php/php-src/trunk/Zend/zend_hash.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/tests/ mysqli_class_mysqli_interface.phpt mysqli_class_mysqli_reflection.phpt

2010-07-07 Thread Andrey Hristov
andrey Wed, 07 Jul 2010 15:53:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301054 Log: update tests Changed paths: U php/php-src/trunk/ext/mysqli/tests/mysqli_class_mysqli_interface.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ main/fopen_wrappers.c sapi/cgi/cgi_main.c

2010-07-07 Thread Dmitry Stogov
dmitry Wed, 07 Jul 2010 16:54:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301058 Log: Use zend_stream API to open main PHP script in CGI/FastCGI. This allows to override the open function by opcode caches and eliminate the actual open

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend.c Zend/zend_API.c Zend/zend_API.h Zend/zend_compile.c Zend/zend_compile.h Zend/zend_execute_API.c Zend/zend_opcode.c

2010-07-06 Thread Dmitry Stogov
dmitry Tue, 06 Jul 2010 11:40:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301021 Log: eliminated unnecessary iterations during request startup/shutdown Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/Zend/zend.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.c zend_compile.h zend_opcode.c

2010-07-06 Thread Felipe Pena
felipe Tue, 06 Jul 2010 15:52:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301026 Log: - Fix ZTS build Changed paths: U php/php-src/trunk/Zend/zend_API.c U php/php-src/trunk/Zend/zend_compile.h U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_stack.c

2010-07-06 Thread Dmitry Stogov
dmitry Tue, 06 Jul 2010 16:09:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301027 Log: zend_stack initialization is delayed before the actual usage Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/Zend/zend_stack.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/ mbstring.c php_mbregex.c

2010-07-05 Thread Dmitry Stogov
dmitry Mon, 05 Jul 2010 12:03:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301001 Log: Reduced overhead of ext/mbstring initialization Changed paths: U php/php-src/trunk/ext/mbstring/mbstring.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2010-07-05 Thread Dmitry Stogov
dmitry Mon, 05 Jul 2010 14:32:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301002 Log: Use ZE API to modify/restore PG(magic_quotes_runtime). Removed overhead at request startup. Changed paths: U

<    3   4   5   6   7   8   9   10   11   12   >