Search Discussions
-
Hi, mbregex breaks a VPATH build in the 4.3 branch currently, here is a fix: Index: ext/mbstring/config.m4 =================================================================== RCS file: ...
Joe Orton
Oct 27, 2003 at 11:56 am
Oct 27, 2003 at 11:56 am -
I didn't try HEAD yet, but at least in PHP_4_3 it broke registration of object methods a la: register_shutdown_function(array($my_object, 'method_name')); Jan.
Jan Schneider
Apr 3, 2003 at 2:42 pm
Apr 3, 2003 at 2:42 pm -
Are there instances you all can think of where doing a header('location: $url'); causes a loss of all session data? I have a case I can reproduce consistently where doing a header() refresh or ...
Tony Bibbs
Mar 25, 2003 at 10:14 pm
Mar 25, 2003 at 10:52 pm -
Hi, I have a question for the authors of the mysql extension. I'm sure you gentlemen are very busy, but I'd appreciate your insight if you can spare a moment. I'm developing a stand-alone php ...
Matt Flaherty
Mar 25, 2003 at 1:47 pm
Mar 26, 2003 at 9:58 am -
Hi, just porting big 4.2.3 application to 4.3.2rc, I see something changed from 4.3.0 about locale settings. Before 4.3.0 locale was used to print out numbers in string format and to read numbers ...
Giuseppe Tanzilli - CSF
Mar 24, 2003 at 3:02 pm
Mar 24, 2003 at 3:02 pm -
When running the following example through pres2 (apache 1.3.27), I get a segfault.. Sample pres2 file. <slide <title Interfaces Suck</title <blurb They really do</blurb <example ...
Sterling Hughes
Mar 21, 2003 at 10:12 pm
Mar 21, 2003 at 10:17 pm -
<?php class sheep { var $name; } $start = new sheep; $start- name = "Dolly"; $new = $start- __clone(); $new- name = "Molly"; var_dump($start); ? BOOM! -Sterling -- Good judgement comes from ...
Sterling Hughes
Mar 21, 2003 at 8:05 pm
Mar 21, 2003 at 8:16 pm -
It really doesn't matter anyhow, the HEAD of php4 only works with ZE2 anyway. --Jani -- <- For Sale! -
Jani Taskinen
Mar 19, 2003 at 11:59 pm
Mar 19, 2003 at 11:59 pm -
Hello, I'm interested to add SMTP authentication to the php.mail() function. Is this something that the PHP dev community would endorse? I'm told that as a newbie contributor I wouldn't have direct ...
John M. Calvert
Mar 18, 2003 at 10:22 pm
Mar 18, 2003 at 10:22 pm -
Hi, I'm playing with PHP5 and have some trouble wtith access control, here's the code I run with last php5 from snaps.php.net under windows XP : <?php class pere { private $var3; public $var1; ...
Fabrice Le Coz
Mar 17, 2003 at 4:38 pm
Mar 18, 2003 at 8:23 am -
Hiya, If someone has some spare time could he look at curl_multi_info_read() i'd like to use (test) the curl_multi functions, but without the curl_multi_info_read it isn't really usefull (and when i ...
Wico de Leeuw
Mar 17, 2003 at 3:29 pm
Mar 17, 2003 at 4:52 pm -
This idea spawned from playing with ext/rpc and the ability to declare class types on the fly.... Since zend_namespaces is really _zend_class_entry I think it would be cool to implement __call at the ...
Brad LaFountain
Mar 17, 2003 at 1:42 pm
Mar 17, 2003 at 1:42 pm -
I was just playing with the RPC extension. Don't you think that the rpc layer should pass along TSRMLS_CC to all of the callbacks? rpc_call(rpc_string, void *, zval *, int, zval *** TSRMLS_CC); - Brad
Brad LaFountain
Mar 16, 2003 at 10:06 pm
Mar 17, 2003 at 2:26 am -
--- ext/gd/gdttf.c.orig Sat Mar 15 22:38:28 2003 +++ ext/gd/gdttf.c Sat Mar 15 22:42:42 2003 @@ -744,9 +744,13 @@ if (tweencolorkey.pixel 0) { x3 = x2 + col; if (x3 = im- sx || x3 < 0) continue; +#if ...
Roberto Biancardi
Mar 15, 2003 at 10:50 pm
Mar 18, 2003 at 5:52 am -
Let's spend few words about Firebird first. Firebird it's a "fork" of Interbase 6.0 source code, and its development is managed by a team of independent developers, not from Borland itself. Only ...
Daniela Mariaschi
Mar 15, 2003 at 6:32 pm
Mar 15, 2003 at 6:32 pm -
Hi! I am trying to setup Apache2, php4.3.1 and Interbase 6.0 to work together on a Windows 2000 Professional system. When I use Apache2 as a console application, everything seems to work ok, but when ...
Dr. I. Schueler
Mar 15, 2003 at 1:36 pm
Mar 15, 2003 at 1:36 pm -
We have been attempting to run php on a brand new sun v880, and have had a number of problems. first file_get_contents & readfile both core dump with bus errors b/c the file descriptors are typed as ...
Chris Field
Mar 13, 2003 at 4:10 pm
Mar 15, 2003 at 4:49 pm -
Commit of autoconf code cleanups to php4 (4_3 branch) needed for systems which have system libraries in /usr/lib64 rather than /usr/lib.
Joe Orton
Mar 13, 2003 at 3:17 pm
Mar 13, 2003 at 3:23 pm -
Hi, I compiled CLI version of PHP_4_3 this morning and it gave the following: php4/main/main.c:225: undefined reference to `zend_disable_class' php4/main/main.c:239: undefined reference to ...
Corne' Cornelius
Mar 13, 2003 at 7:24 am
Mar 13, 2003 at 8:37 am -
Hi all. This bug was marked as Bogus, but is a real concern for us at ABR, as we may use many different databases on different servers in the course of generating a page using php. The long and the ...
Stephen Thorne
Mar 13, 2003 at 2:36 am
Mar 13, 2003 at 2:36 am -
Seeing as how we now have only one-level deep namespaces and classes (which is another topic), does it make sense to have both 'scope' and 'ns' fields in zend_op_array structure? I would think they ...
Andrei Zmievski
Mar 12, 2003 at 9:48 pm
Mar 13, 2003 at 2:21 pm -
The following : <?php $a = 1; $b = $a==1? 4,5:6; printf("a[%d]b[%d]\n", $a, $b); ? gives Parse error: parse error, unexpected ',' in /home/storage/ternary.php on line 3 Similar C program compiles ...
Andrey Hristov
Mar 12, 2003 at 5:34 pm
Mar 12, 2003 at 5:34 pm -
Few minutes ago I found the following behaviour somehow wierd for me : <?php $a = 1; $b = $a==1? 4:$a==2? 5:6; printf("a[%d]b[%d]\n", $a, $b); ? Prints : a[1]b[5] Similar C program : main() { int ...
Andrey Hristov
Mar 12, 2003 at 5:18 pm
Mar 15, 2003 at 2:18 pm -
Of about 20 emails today, 6 were posted to wrong mailing list. And one of those generated a 5 email thread about not posting to wrong mailing list. (counting this one :) So I suggest we finally make ...
Jani Taskinen
Mar 12, 2003 at 4:59 pm
Mar 13, 2003 at 9:23 am -
Hi Devs, as this is the first time I post to this list, I hope I do the right thing. I programmed a nice little function, that is not very nitty but might be useful for other users as well. See the ...
Frederic Hahn
Mar 12, 2003 at 4:42 pm
Mar 12, 2003 at 4:53 pm -
im trying to do some namespace related experimentation but im getting the following link errors : i18n_util.obj : error LNK2001: unresolved external symbol _zend_init_namespace i18n_util.obj : error ...
L0t3k
Mar 12, 2003 at 2:54 pm
Mar 13, 2003 at 4:21 am -
Hi, BACKGROUND ============ I am looking to create a series of Certificates and Brouchures etc and then using the products Print/Acrobat Distiller option save the documents as PDF(with some pre-built ...
Bev
Mar 12, 2003 at 2:37 pm
Mar 12, 2003 at 2:45 pm -
I have 2 questions: 1. Do the interface functions have to be explicitly specified as abstract? interface Foo { function bar(); } Because this runs fine for me with no errors. 1. What is the ...
Andrei Zmievski
Mar 12, 2003 at 1:53 pm
Mar 12, 2003 at 10:46 pm -
Is PHP designed (have the capability) to access remote DB? Is there any PHP developer willing to answer the question? ./pl
Patrick LOK
Mar 12, 2003 at 1:26 pm
Mar 13, 2003 at 12:52 am -
Hi, BACKGROUND ============ I am looking to create a series of Certificates and Brouchures etc and then using the products Print/Acrobat Distiller option save the documents as PDF(with some pre-built ...
Bev
Mar 12, 2003 at 1:00 pm
Mar 12, 2003 at 2:50 pm -
It is possible to connect a remote db server using xxxxx_connect? e.g. a PostgreSQL in server PSQLDB, ip=192.168.0.100 and a MSSQL server MSSQLDB, ip=192.168.0.110 I tried ...
Patrick LOK
Mar 12, 2003 at 11:28 am
Mar 12, 2003 at 11:31 am -
Has anyone seen these startup errors before? These are from my apache error_log file when i start up apache: PHP Warning: Unknown(): Unable to load dynamic library ...
Ray Hunter
Mar 12, 2003 at 6:36 am
Mar 12, 2003 at 3:48 pm -
Hi, i've never posted to this newsgroup b4 so pls don't shoot me down if this is not protocol. But I've been trying to debug a seg fault trying varying options from various postings with little ...
Matt
Mar 12, 2003 at 1:43 am
Mar 14, 2003 at 4:21 am -
Hi again, I am looking at the flex check in configure.in again. If flex is not present, or is not version 2.5.4 then you may get your environment dumped to stdout while running configure. This is due ...
Dave Hill
Mar 11, 2003 at 10:43 pm
Mar 11, 2003 at 10:43 pm -
Hi, the following script makes this morning's CVS segfault: <?php require_once "DB.php"; ? DB.php is from the latest release of PEAR::DB. I can not provide a backtrace at the moment, but if you need ...
Martin Jansen
Mar 11, 2003 at 9:19 pm
Mar 12, 2003 at 12:23 pm -
1
Segfault
With the latest ZE2: <?php class Bar { function boo() { ::zoo(); } } Bar::boo(); ? -Andrei http://www.gravitonic.com/ "The day Microsoft makes something that doesn't suck, is probably the day ...Andrei Zmievski
Mar 11, 2003 at 4:17 pm
Mar 11, 2003 at 11:22 pm -
i suggest that we implement the constants NaN, as well as INFINITY (pos and neg if the RTL supports it). i have need of them in an extension, but they should be implemented in core or ext/standard. ...
L0t3k
Mar 11, 2003 at 1:42 pm
Mar 11, 2003 at 1:42 pm -
Hi all. I'm trying to deal with Regular Expressions, but somehow it is getting more difficult. I´m trying to do the folowing: Read a text and get all of the PHP code out of it, highlight it and then ...
fLIPIS
Mar 11, 2003 at 1:03 pm
Mar 11, 2003 at 1:26 pm -
Hi all. I'm trying to deal with Regular Expressions, but somehow it is getting more difficult. I´m trying to do the folowing: Read a text and get all of the PHP code out of it, highlight it and then ...
fLIPIS
Mar 11, 2003 at 12:37 pm
Mar 11, 2003 at 12:42 pm -
wl, right now the default php4 tree is broken for cygwin, is this what did u expected to gain? gcc -I/cygdrive/d/php-dev/php4/ext/mysql/libmysql -Iext/mysql/ -I/cygdrive/d/php -dev/php4/ext/mysql/ ...
Moshe doron
Mar 11, 2003 at 9:19 am
Mar 12, 2003 at 10:02 am -
The Palace of King of Ogoni Kingdom, Ogoni Oil producing community, Rivers State Nigeria. Dear Sir, I am Princess Grace , daughter of HRH King Solomon Abonime, the king of Ogoni Kingdom. I am 25 ...
DR JONES ABDUL
Mar 11, 2003 at 4:21 am
Mar 11, 2003 at 4:23 am -
Hi, Is the CVS source out of date for gettext extension? The distributed php_gettext.dll dynamically loads libintl-1.dll. The php_gettext.dll I built from the CVS source is linked to gnu_gettext.lib. ...
Nathan Fredrickson
Mar 11, 2003 at 2:35 am
Mar 12, 2003 at 2:55 am -
Hi, I'm getting a lot of spam leading from some of the pages on zend.com/lists/php-dev/ The bug edit pages hide the email address. But the static archives like ...
Ryan
Mar 10, 2003 at 9:27 pm
Mar 10, 2003 at 10:28 pm -
The browscap extension is trying to load stuff into the object_store before it gets initialized, so this'll fix it. Entries from the browscap.ini file are now stored in straight hashes rather than ...
J Smith
Mar 10, 2003 at 7:43 pm
Mar 11, 2003 at 5:54 pm -
Can I have my get_object_handle() function, too, pretty please? ;-) Besides, IIRC, Andi said "back then" that the object handle is not unique. -- Sebastian Bergmann http://sebastian-bergmann.de/ ...
Sebastian Bergmann
Mar 10, 2003 at 6:32 pm
Mar 10, 2003 at 6:47 pm -
I would like to particapate with Arabic translation team, to translate from English to Arabic; I have studied PHP for more than three years and I would like to sgare my knowledge with others.
Hussain Chaikh Hamad
Mar 10, 2003 at 6:25 pm
Mar 10, 2003 at 6:25 pm -
I'm trying to write an extention that calls a C++ lib i've written. I've gotten the module to compile and function mostly correctly, but I have a problem opening files for writing within functions of ...
Scott Baker
Mar 10, 2003 at 5:11 pm
Mar 11, 2003 at 12:50 pm -
Translating the documentation
Oskar Krawczyk
Mar 10, 2003 at 9:45 am
Mar 10, 2003 at 9:45 am -
I need CVS access into PHP CVS repository. I have project with code name DotPHP. See CVS repository in http://sourceforge. net/projects/webcomp. I want add this directory into PHP directory... ...
Ján ©uňavec
Mar 10, 2003 at 9:05 am
Mar 10, 2003 at 3:17 pm -
Good morning, is there any chance that we can revert this annoying feature? The translated documentation is always behind and partly lacks important information from the english version. I want to ...
Stefan Esser
Mar 10, 2003 at 8:19 am
Mar 19, 2003 at 10:13 am
Top users
Archives
- October 2003 (1)
- April 2003 (1)
- March 2003 (529)
- February 2003 (806)
- January 2003 (868)
- December 2002 (1,051)
- November 2002 (1,564)
- October 2002 (1,612)
- September 2002 (1,126)
- August 2002 (1,266)
- July 2002 (709)
- June 2002 (1,043)
- May 2002 (1,113)
- April 2002 (1,541)
- March 2002 (1,457)
- February 2002 (1,811)
- January 2002 (3,255)
- December 2001 (3,290)
- November 2001 (2,737)
- October 2001 (2,547)
- September 2001 (2,008)
- August 2001 (3,167)
- July 2001 (3,113)
- June 2001 (1,926)
- May 2001 (3,504)
- April 2001 (2,684)
- March 2001 (2,758)
- February 2001 (2,194)
- January 2001 (2,957)
- December 2000 (2,796)
- November 2000 (3,170)
- October 2000 (2,616)
- September 2000 (2,407)
- August 2000 (4,371)
- July 2000 (4,039)
- June 2000 (3,178)
- May 2000 (1,613)
- April 2000 (834)
- March 2000 (1,307)
- February 2000 (1,073)
- January 2000 (922)
- December 1999 (854)
- November 1999 (1,265)
- October 1999 (646)
- September 1999 (999)
- August 1999 (994)
- July 1999 (1,487)
- June 1999 (1,572)
- May 1999 (1,041)
- April 1999 (434)
- March 1999 (483)
- February 1999 (575)
- January 1999 (618)
- December 1998 (560)
- November 1998 (528)
- October 1998 (524)
- September 1998 (874)
- August 1998 (696)