Commit Graph

41606 Commits

Author SHA1 Message Date
Dmitry Stogov
da9405de72 Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes) 2009-03-26 10:56:45 +00:00
Dmitry Stogov
ab7f6d88e0 Fixed bug #47771 (Exception during object construction from arg call calls object's destructor) 2009-03-26 10:17:30 +00:00
Eric Stewart
0b41f612ac Corrected missing comment. 2009-03-26 01:38:53 +00:00
Felipe Pena
6f7cc9a390 - Missing changes related to #47757 for this branch 2009-03-26 00:43:45 +00:00
Christian Seiler
3470a30125 - Fixed memory leak in ob_get_clean/ob_get_flush.
# Not necessary in HEAD because output buffering was completely rewritten
# there.
2009-03-25 23:59:45 +00:00
Arnaud Le Blanc
19b88b6163 MFH: Fix build on FreeBSD <7 (fixes #47777) 2009-03-25 23:34:08 +00:00
Felipe Pena
fe9ce624f6 MFH:
- Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants).
  Patch by: mbeccati at php.net
2009-03-25 22:52:30 +00:00
Hannes Magnusson
2881a60e31 Add missing proto 2009-03-25 19:55:59 +00:00
Ilia Alshanetsky
d348b2723c Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses) 2009-03-25 18:51:44 +00:00
Takeshi Abe
3b5d1e7396 MFH: fix test to follow #47757 2009-03-25 15:25:59 +00:00
Dmitry Stogov
bcd9099b28 Fixed bug #47038 (Memory leak in include) 2009-03-25 15:23:58 +00:00
Dmitry Stogov
4a4d739e49 Fixed bug #47699 (autoload and late static binding) 2009-03-25 10:39:26 +00:00
Johannes Schlüter
b42f9a7f7d MFH: mysql_db_query() is always deprecated 2009-03-25 10:27:38 +00:00
Christopher Jones
870addb951 Obsolete package2.xml: resume using package.xml 2009-03-25 02:00:53 +00:00
Christopher Jones
1b11bacae4 MFH: use random text 2009-03-25 01:57:40 +00:00
Ilia Alshanetsky
f87260b8c2 Updated PDO maintainers 2009-03-24 23:57:30 +00:00
Pierre Joye
1d177508c8 - new php.ini names 2009-03-24 22:15:46 +00:00
Dmitry Stogov
343bcc26ab Fixed double efree() 2009-03-24 16:35:53 +00:00
Dmitry Stogov
4658d9408b Fixed "-0" parsing and optimized overflow check (Matt) 2009-03-24 16:02:50 +00:00
Felipe Pena
a3e90c2a63 - Fix test 2009-03-24 15:51:13 +00:00
Pierre Joye
bc272fdc68 - GEPJ.. (thx to Derick for the head!) 2009-03-24 12:48:52 +00:00
Pierre Joye
d9febb46be - #47757 rename JPG to JPEG in phpinfo 2009-03-24 09:45:39 +00:00
Pierre Joye
043ae0e0ee - fix logic after my build fix, thx to Hannes for the head up! 2009-03-24 09:44:16 +00:00
Pierre Joye
868d7d8144 - #47757 rename JPG to JPEG in phpinfo 2009-03-24 09:41:42 +00:00
Pierre Joye
c68e24ce1a - fix build 2009-03-24 09:24:35 +00:00
Scott MacVicar
d2dca3a3ec BFN 2009-03-24 02:00:34 +00:00
Scott MacVicar
da0eb9b8e8 Fix bug #42362 - certain status codes never have output, so sending the gzip compression headers cause problems 2009-03-24 01:57:53 +00:00
Felipe Pena
861d51223f MFH:
- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
  Patch by: matteo at beccati dot com
2009-03-23 23:15:03 +00:00
Uwe Schindler
0935ae193c MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown(). 2009-03-23 23:13:14 +00:00
Ilia Alshanetsky
79c44de0ca Improved parameter handling 2009-03-23 22:30:56 +00:00
Derick Rethans
7560b2ec2f - Updated to version 2009.4 (2009d) 2009-03-23 21:39:45 +00:00
Johannes Schlüter
5afff17958 Back to dev 2009-03-23 20:40:37 +00:00
Johannes Schlüter
3c038201eb 5.3.0 RC 1 2009-03-23 20:33:21 +00:00
Eric Stewart
e0669bf1ab 1. Involves an mbstring setting correction regarding:
http://marc.info/?l=php-cvs&m=123596904426621&w=2

2. Added mbstring.http_output_conv_mimetype directive.

3. Adds an additional comment including XOR in the list of usable bitwise operators.

4. Note regarding the merge of E_STRICT into E_ALL in PHP 6.0.0.

5. Notes regarding [PATH] and [HOST] use in CGI/FastCGI.
2009-03-23 02:36:34 +00:00
Ilia Alshanetsky
03a27e3373 Improved parameter parsing 2009-03-22 15:05:20 +00:00
Derick Rethans
caf9054e3d - Updated to version 2009.3 (2009c) 2009-03-22 11:49:55 +00:00
Pierre Joye
afc5630357 - disable it when ZTS is disabled 2009-03-20 18:49:37 +00:00
Pierre Joye
689c2f9ab2 - fix build, add new cp850 file 2009-03-20 18:42:02 +00:00
Zoe Slattery
77aa29358b clarification of wwwhether 'make test' needs the PHP xecutable to be set 2009-03-20 15:43:40 +00:00
Dmitry Stogov
8f14aed31b Fixed warning 2009-03-20 11:23:00 +00:00
Zoe Slattery
c71cc4eda8 added skip if for root 2009-03-20 08:58:09 +00:00
Ilia Alshanetsky
c5649092e2 MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) 2009-03-19 23:11:32 +00:00
Steph Fox
01a58c323d - Add self to maintainer list so's I can get bug notifications :) 2009-03-19 22:44:55 +00:00
Steph Fox
f5a65cabfd MFH
- Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field)
- Bring behaviour into line with ext/mssql
- Several memleaks plugged
2009-03-19 22:16:29 +00:00
Matt Wilmas
91d325dd72 MFH: Avoid 2 conversions when decoding numbers 2009-03-19 19:26:00 +00:00
Matt Wilmas
021e5d168f MFH: Removed extra space from eval string 2009-03-19 18:34:16 +00:00
Arnaud Le Blanc
2b57d6d6ea MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
performance degraded after fix of bug 44607).
2009-03-19 17:55:10 +00:00
Dmitry Stogov
9f32cb2d39 Fixed check for long integer overflow 2009-03-19 15:16:10 +00:00
Etienne Kneuss
8623e9db8b MFH: Fix #47231 (offsetGet error using incorrect offset) 2009-03-19 03:01:37 +00:00
Etienne Kneuss
c44d7b3576 MFH: Add test covering for #47671 2009-03-19 02:47:00 +00:00